Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecated zIndex() function #500

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

brianjohnhanna
Copy link
Contributor

In WP 5.6, jQuery UI was updated to 1.12.1, dropping support for the zIndex() function. See #499 for more information.

While the recommended approach is to replace this function using stacking elements, the affected code in this plugin can just as easily be replaced with the .css('zIndex') function since the original zIndex() function was just an abstraction method for the same. This is documented here: https://api.jqueryui.com/1.12/zIndex/

@stephenharris
Copy link
Owner

Thank you for the PR @brianjohnhanna

@stephenharris stephenharris merged commit a48945b into stephenharris:develop Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants